home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-07-13 | 7.7 KB | 223 lines | [TEXT/ttxt] |
- <HTML>
- <HEAD>
- <!-- $MVD$:app("RoboHELP HTML Edition by Blue Sky Software, portions by MicroVision Dev. Inc.","769") -->
- <!-- $MVD$:template("","0","0") -->
- <!-- $MVD$:color("17","e8ffff","Custom #1","0") -->
- <!-- $MVD$:color("18","e8ffff","Custom #1","0") -->
- <!-- $MVD$:color("19","993333","Custom #2","0") -->
- <!-- $MVD$:color("20","3333","Custom #3","0") -->
- <!-- $MVD$:color("21","3399","Custom #4","0") -->
- <!-- $MVD$:color("22","101","Custom #5","0") -->
- <!-- $MVD$:color("23","493d3a","Textgray","0") -->
- <!-- $MVD$:color("24","4d3939","TEXTGRAY","0") -->
- <!-- $MVD$:color("25","d03939","Custom #6","0") -->
- <!-- $MVD$:color("26","6c5a57","Custom #7","0") -->
- <!-- $MVD$:color("27","fdeaec","cell blue","1") -->
- <!-- $MVD$:color("28","fef5da","Custom #8","0") -->
- <!-- $MVD$:fontset("Verdana","Verdana") -->
- <TITLE>MusicMatch Frequently Asked Questions</TITLE>
- <META NAME="generator" CONTENT="RoboHELP by Blue Sky Software www.blue-sky.com HTML Edition">
- <SCRIPT language="javascript">
- <!--
- if (navigator.appName=="Netscape")
- { document.write("<LINK rel='StyleSheet' href='html__ns.css'>");}
- else
- { document.write("<LINK rel='StyleSheet' href='html_mac.css'>");}
- //-->
-
- </SCRIPT>
- <SCRIPT language="JavaScript" src="bsscdht1.js">
- </SCRIPT>
- <SCRIPT language="JavaScript" src="bsscdht2.js">
- </SCRIPT>
- <SCRIPT language="JavaScript"><!--
- //////////BSSCDHTML Section Embedded Code//////////
- var s_strAgent = navigator.userAgent.toLowerCase();
- var s_nVer = parseInt(navigator.appVersion);
-
- var s_bIE = (s_strAgent.indexOf('msie') != -1);
- var s_bNS = (s_strAgent.indexOf('mozilla') != -1) && ((s_strAgent.indexOf('spoofer') == -1) && (s_strAgent.indexOf('compatible') == -1));
- var s_bOpera = (s_strAgent.indexOf('opera') != -1);
-
- var s_bIE3Before = ((s_bIE) && (s_nVer <= 2));
- var s_bNS3Before = ((s_bNS) && (s_nVer <= 3));
-
- var s_bNS2 = ((s_bNS) && (s_nVer <= 2));
- var s_bNS3 = ((s_bNS) && (s_nVer == 3));
- var s_bIE300301 = ((s_bIE) && (s_nVer == 2) && ((s_strAgent.indexOf("3.00") != -1)||(s_strAgent.indexOf("3.0a") != -1)||(s_strAgent.indexOf("3.0b")!=-1)||(s_strAgent.indexOf("3.01")!=-1)));
- var s_bIE302 = ((s_bIE) && (s_nVer == 2) && (s_strAgent.indexOf("3.02") != -1));
-
-
- function HasExtJs()
- {
- if (s_bIE3Before) { return false;}
- if (s_bNS3Before) { return false;}
- if (typeof (_BSSCOnLoad) == "undefined"){ return false; }
- return true;
- }
-
- function BSSCOnLoad()
- {
- if (HasExtJs()) { _BSSCOnLoad(); }
- }
-
- function BSSCOnUnload()
- {
- if (HasExtJs()) { _BSSCOnUnload(); }
- }
-
- function BSSCOnClick()
- {
- if (HasExtJs()) { _BSSCOnClick(); }
- }
-
- function WritePopupMenuLayer()
- {
- if (HasExtJs()) {_WritePopupMenuLayer();}
- }
-
- function BSSCCreatePopupDiv()
- {
- if (HasExtJs()) {_BSSCCreatePopupDiv(); }
- }
-
- function BSSCPopup(strURL)
- {
- if (HasExtJs()) {
- _BSSCPopup(strURL);
- }else{
- //Create a temporary window first to ensure the real popup comes up on top
- var wndTemp = null;
- if (!s_bNS3) {
- wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
- }
- // Create the real popup window
- var wndPopup = window.open(strURL, "PopupWindow", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=300,width=400");
- // Close the temporary
- if (!s_bNS3) {
- wndTemp.close();
- } else {
- wndPopup.focus();
- }
- }
- }
-
-
- function PopupMenu_Invoke()
- {
- if (HasExtJs()) {
- return _PopupMenu_Invoke(PopupMenu_Invoke.arguments);
- }
- if (s_bNS3Before || s_bIE3Before ) {
- var argLen = PopupMenu_Invoke.arguments.length;
- if (argLen < 5) {
- window.document.location.href = PopupMenu_Invoke.arguments[3];
- return false;
- }
- var nHeight = argLen * 15;
- var nWidth = 400;
- var strParam = "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=auto";
- strParam += ",height=" + nHeight + ",width=200,resizable";
-
- //Create a temporary window first to ensure the real popup comes up on top
- var wndTemp = null;
- if (!s_bNS3) {
- wndTemp = window.open("", "temp", "titlebar=no,toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=yes,height=3,width=4");
- }
-
- var wndPopupLinks = window.open("", "popuplinks", strParam);
- wndPopupLinks.document.open("text/html");
- wndPopupLinks.document.write("<html><head>");
- if (s_bNS2 || s_bOpera) {
- wndPopupLinks.document.write("<base href=\"" + location +"\">");
- } else {
- //YJ: IE301,302 and NS3.x works fine
- wndPopupLinks.document.write("<");
- wndPopupLinks.document.write("script>");
- wndPopupLinks.document.write("function gotoUrl(aUrl) {opener.window.location=aUrl; close();}");
- wndPopupLinks.document.write("<");
- wndPopupLinks.document.write("/script>");
- }
- wndPopupLinks.document.write("</head><body onBlur=\'self.focus();\'>");
- var strParaLine = "";
- for (var i = 0; i < (argLen - 2) / 2; i++) {
- strParaLine = "";
- if (s_bNS2 || s_bOpera){
- strParaLine += "<a href=\"";
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
- strParaLine += "\">"
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
- strParaLine += "</a>";
- } else {
- strParaLine += "<a href=\"javascript:";
- strParaLine += "gotoUrl(\'";
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 3];
- strParaLine += "\');\"";
- if (PopupMenu_Invoke.arguments[1] != '') {
- strParaLine += " TARGET='" + PopupMenu_Invoke.arguments[1] + "'";
- }
- strParaLine += ">";
- strParaLine += PopupMenu_Invoke.arguments[2 * i + 2];
- strParaLine += "</a>";
- }
- strParaLine += "<br>";
- wndPopupLinks.document.write(strParaLine);
- }
- wndPopupLinks.document.write("</body></html>");
- wndPopupLinks.document.close();
-
- // Close the temporary
- if (!s_bNS3) {
- wndTemp.close();
- }else {
- wndPopupLinks.focus();
- }
-
- return true;
- }
- return false;
- }
-
-
-
- function reDo() {
- if (innerWidth != origWidth || innerHeight != origHeight)
- location.reload();
- }
- if ((parseInt(navigator.appVersion) >= 4) && (navigator.appName == "Netscape")) {
- origWidth = innerWidth;
- origHeight = innerHeight;
- onresize = reDo;
- }
-
- //-->
- </SCRIPT></HEAD>
- <BODY ONLOAD="BSSCOnLoad();" ONCLICK="BSSCOnClick();">
-
- <div id='NavBar' STYLE='position:relative;' align='right'><nobr><font size=1>
- <script language="javascript"><!--
- var bHomePage=false; if(document.all){if ((top)&&(top.frames)&&(top.frames.length<=1)) bHomePage=true;} if(document.layers){if((parent)&&(parent.top.frames)&&(parent.top.frames.length<=1)) bHomePage=true;}
- if (bHomePage){document.write("<a href='MacV1.htm'><img src='bsscnav1.gif' width=53 height=18 border=no></a>");}
- //-->
- </script></font> </nobr>
- </div>
- <H1>
- <TABLE WIDTH="85%" CELLPADDING="2" CELLSPACING="0" BORDER="0">
- <TR>
- <TD WIDTH="25%" VALIGN="TOP">
- <P>
- <A HREF="http://www.musicmatch.com/jukebox/faq_ms.cgi"><SPAN STYLE="font-style : normal;text-decoration : none;"><FONT COLOR="NAVY" SIZE="4"><SPAN STYLE="font-weight : bold;font-size : 14.0pt;"><B>FAQ</B></SPAN></FONT></SPAN></A></TD>
- <TD WIDTH="75%" VALIGN=TOP>
- <H1>
- <FONT COLOR="BLACK" SIZE="2"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;">Frequen</SPAN></FONT><SPAN STYLE="font-weight : normal;font-size : 10.0pt;"><FONT SIZE="2" COLOR="BLACK">tly
- Asked Questions, and their answers. </FONT></SPAN><FONT COLOR="BLACK" SIZE="2"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;">Click
- to launch the MusicMatch FAQs in your web browser.</SPAN></FONT></H1>
- <H1>
- <A HREF="http://www.musicmatch.com/jukebox/faq_ms.cgi"><SPAN STYLE="font-weight : normal;font-size : 10.0pt;"><FONT SIZE=2>MusicMatch
- Frequently Asked Questions</FONT></SPAN></A></TD>
- </TR>
- </TABLE></H1>
- <H1>
- <!-- $MVD$:spaceretainer() -->
- </BODY>
- </HTML>